home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRMFIREWALLPORTS / TFRMFIREWALLPORTS.txt
Text File  |  2008-11-13  |  2KB  |  80 lines

  1. object frmFirewallPorts: TfrmFirewallPorts
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'port tracking'
  7.   ClientHeight = 407
  8.   ClientWidth = 635
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnHelp = FormHelp
  20.   DesignSize = (
  21.     635
  22.     407)
  23.   PixelsPerInch = 96
  24.   TextHeight = 14
  25.   object lvwApplications: TListView
  26.     Left = 2
  27.     Top = 5
  28.     Width = 631
  29.     Height = 371
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     BevelOuter = bvNone
  32.     Color = clWhite
  33.     Columns = <
  34.       item
  35.         Caption = 'application'
  36.         Width = 120
  37.       end
  38.       item
  39.         Caption = 'pid'
  40.         Width = 80
  41.       end
  42.       item
  43.         Caption = 'protocol'
  44.         Width = 114
  45.       end
  46.       item
  47.         Caption = 'local ip'
  48.         Width = 150
  49.       end
  50.       item
  51.         Caption = 'status'
  52.         Width = 163
  53.       end>
  54.     ColumnClick = False
  55.     GridLines = True
  56.     HideSelection = False
  57.     ReadOnly = True
  58.     RowSelect = True
  59.     TabOrder = 0
  60.     ViewStyle = vsReport
  61.   end
  62.   object btnOK: TResTeButton
  63.     Left = 534
  64.     Top = 381
  65.     Width = 99
  66.     Height = 25
  67.     Anchors = [akRight, akBottom]
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 1
  71.     ResourceCaption = 20018
  72.     ResourceHint = 20018
  73.   end
  74.   object ThemeForm: TTeForm2
  75.     ThemeObject = 'StandardDialog'
  76.     Left = 8
  77.     Top = 374
  78.   end
  79. end
  80.